home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
MCASM.RAR
/
MC_ASM.EXE
/
WROX_ASM
/
CH4
/
PROG4_1.ASM
next >
Wrap
Assembly Source File
|
1994-11-14
|
468b
|
17 lines
************************************************************
Program 4.1 An Example of Disassembled Code
************************************************************
sub_152 proc far
push bp ; Save BP
mov bp,sp
or al,al
jz l46345 ; Jump if zero
. . .
l46345:
mov ah,9
lea dx,[data_2341]
int 21h ; DOS Function 9 (output string) pop bp : Restore BP
retf ; Return to caller
sub_152 endp